home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'SMIntf.pas' rev: 3.00
-
- #ifndef SMIntfHPP
- #define SMIntfHPP
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Smintf
- {
- //-- type declarations -------------------------------------------------------
- __interface ISMClient;
- typedef System::DelphiInterface<ISMClient> _di_ISMClient;
- __interface ISMClient : public IUnknown /* __guid="{CB9879E1-4395-11D0-9FFC-00A0248E4B9A}" */
- {
-
- public:
- virtual Word __stdcall RegisterClient(int ID, char * Name, void * Instance, void * SignalProc) = 0;
-
- virtual Word __stdcall AddStatement(char * Statement, int Len) = 0;
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE GUID Class_SMClient;
-
- } /* namespace Smintf */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Smintf;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // SMIntf
-